(encode-mac-roman): Fix last change.
authorKenichi Handa <handa@m17n.org>
Fri, 13 Dec 2002 04:42:25 +0000 (04:42 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 13 Dec 2002 04:42:25 +0000 (04:42 +0000)
lisp/language/european.el

index 4d4b71a8201f98719eb27b9a49b02e31c379ec1f..b594fb374139a52f5f5ed893fac45e65b7567b74 100644 (file)
@@ -578,9 +578,10 @@ but it selects the Dutch tutorial and input method."))
       (read-multibyte-character r0 r1)
       (translate-character ucs-mule-to-mule-unicode r0 r1)
       (translate-character mac-roman-encoder r0 r1)
-      (if (r0 != ,(charset-id 'eight-bit-graphic))
-         (if (r0 != ,(charset-id 'eight-bit-control))
-             (r1 = ??)))
+      (if (r0 != ,(charset-id 'ascii))
+         (if (r0 != ,(charset-id 'eight-bit-graphic))
+             (if (r0 != ,(charset-id 'eight-bit-control))
+                 (r1 = ??))))
       (write-repeat r1))))
   "CCL program to encode Mac Roman")